A Template for an Article

I present here the outline of a source file with the essential AGUTEX and shown.
\documentstyle[twoside,agupp,aguplus]{article}
 %  ALTERNATIVELY:
 %\documentstyle[agums,aguplus]{article}
 %\documentstyle[jgrga,aguplus]{article}
 %  FOR LATEX2E:
 %\documentclass{article}
 %  \usepackage{agu2e,agums,aguplus}
 %  AGU++ OPTIONS
 %\printfigures        % ADDS FIGURES AT END
 %\doublecaption{35pc} % CAPTIONS PRINTED TWICE
 %\sectionnumbers      % TURNS ON SECTION NUMBERS
 %\extraabstract       % ADDS SUPPLEMENTAL ABSTRACT
 %\afour               % EUROPEAN A4 PAPER SIZE
 %\figmarkoff          % SUPPRESS MARGINAL MARKINGS

 %  AGUTeX OPTIONS AND ENTRIES
 %\tighten             % TURNS OFF DOUBLE SPACING
\lefthead{authors}
\righthead{short title}
\received{date1}
\revised{date2}
\accepted{date3}
\journalid{JGRA}{Journal date}
\articleid{page1}{page2}
\paperid{94JZ12345}
\ccc{0000-0000/00/94JZ-12345\$05.00}
 % \cpright{PD}{1994}
 % \cpright{Crown}{1994}
 % (No \ccc{} for Crown copyrights.)
\cpright{AGU}{1994}

\authoraddr{author1, full address}
\authoraddr{author2, full address}

\slugcomment{To appear ...}

 % END OF PREAMBLE
\begin{document}
\title{Full Title}
 %
 % TWO METHODS FOR GIVING THE AUTHORS
 %
\author{author set 1}
\affil{Institute 1}

\author{author set 2\altaffilmark{1}}
\affil{Institute 2}

\altaffiltext{1}{Other institute}

 % ALTERNATIVELY:
 %\author{author1\altaffilmark{1} and
 %      author2\altaffilmark{2,3}}
 %\altaffiltext{1}{Institute 1}
 %\altaffiltext{2}{Institute 2}
 %\altaffiltext{3}{Other institute}

 %
 % THE ABSTRACT
 %
\begin{abstract}
 Text of abstract.
\end{abstract}

 %
 % THE MAIN BODY OF TEXT
 %
\section{Introduction}\label{sec:lab}

\subsection{..}

\subsubsection{..}

 %
 % FLOAT EXAMPLES
 %
\begin{figure}
 \figbox{\hsize}{10cm}{Paste Fig Here}
 \caption{Caption text.\label{fig:lab}}
\end{figure}

\begin{plate*}
 \platewidth{35pc}
 \figbox{35pc}{12cm}{Paste Plate Here}
 \caption{Caption text.\label{pla:lab}}
\end{plate*}

\begin{table}
 \caption{Caption of table.\label{tab:lab}}
 \begin{tabular}{...}
 .....
 \end{tabular}
\end{table}

 %
 % CITATION EXAMPLES
 %
As shown by \cite{smi92}, one may ...

It has been shown \cite[]{smi92} that one may ...

 %
 % APPENDIX
 %
\appendix
\section{Some More Stuff}

 %
 % ACKNOWLEDGMENTS
 %
\acknowledgments
We wish to thank...

 %
 % BALANCING PREPRINT COLUMNS
 %
\balance

 %
 % LIST OF REFERENCES (BIBTEX)
 %
\bibliographystyle{agu}
\bibliography{...}
 %
 % WITHOUT BIBTEX
 %
 %\begin{thebibliography}{}
 % \bibitem[author {\it et al.}(year)]{key}
 % reference text
 %
 % \bibitem[author1 and author2(year)]{key}
 % reference text
 %
 %\end{thebibliography}

\end{document}